Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-39318 (GCVE-0-2023-39318)
Vulnerability from cvelistv5 ā Published: 2023-09-08 16:13 ā Updated: 2025-02-13 17:02- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | html/template |
Affected:
0 , < 1.20.8
(semver)
Affected: 1.21.0-0 , < 1.21.1 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T18:02:06.918Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/62196"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/526156"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-2041"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20231020-0009/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202311-09"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-39318",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-26T16:02:51.219482Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-26T16:05:10.408Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "html/template",
"product": "html/template",
"programRoutines": [
{
"name": "isComment"
},
{
"name": "escaper.escapeText"
},
{
"name": "tJS"
},
{
"name": "tLineCmt"
},
{
"name": "Template.Execute"
},
{
"name": "Template.ExecuteTemplate"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.20.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.21.1",
"status": "affected",
"version": "1.21.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Takeshi Kaneko (GMO Cybersecurity by Ierae, Inc.)"
}
],
"descriptions": [
{
"lang": "en",
"value": "The html/template package does not properly handle HTML-like \"\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS attack."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-11-25T11:10:02.660Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/62196"
},
{
"url": "https://go.dev/cl/526156"
},
{
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-2041"
},
{
"url": "https://security.netapp.com/advisory/ntap-20231020-0009/"
},
{
"url": "https://security.gentoo.org/glsa/202311-09"
}
],
"title": "Improper handling of HTML-like comments in script contexts in html/template"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-39318",
"datePublished": "2023-09-08T16:13:24.063Z",
"dateReserved": "2023-07-27T17:05:55.186Z",
"dateUpdated": "2025-02-13T17:02:46.777Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.20.8\", \"matchCriteriaId\": \"F1B13F8E-84CD-45E0-8DC5-FFF2A1E5E162\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.21.0\", \"versionEndExcluding\": \"1.21.1\", \"matchCriteriaId\": \"958E1BA0-2840-47E9-A790-79C10164C68C\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"The html/template package does not properly handle HTML-like \\\"\\\" comment tokens, nor hashbang \\\"#!\\\" comment tokens, in \u003cscript\u003e contexts. This may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS attack.\"}, {\"lang\": \"es\", \"value\": \"El paquete html/template no maneja correctamente los tokens de comentario \\\"\\\" similares a HTML, ni los tokens de comentario hashbang \\\"#!\\\", en el contexto \"}]",
"id": "CVE-2023-39318",
"lastModified": "2024-11-21T08:15:08.737",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"baseScore\": 6.1, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 2.7}]}",
"published": "2023-09-08T17:15:27.823",
"references": "[{\"url\": \"https://go.dev/cl/526156\", \"source\": \"security@golang.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/62196\", \"source\": \"security@golang.org\", \"tags\": [\"Issue Tracking\"]}, {\"url\": \"https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ\", \"source\": \"security@golang.org\", \"tags\": [\"Mailing List\", \"Release Notes\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-2041\", \"source\": \"security@golang.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\", \"source\": \"security@golang.org\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231020-0009/\", \"source\": \"security@golang.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://go.dev/cl/526156\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/62196\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\"]}, {\"url\": \"https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Release Notes\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-2041\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231020-0009/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-79\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-39318\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-09-08T17:15:27.823\",\"lastModified\":\"2024-11-21T08:15:08.737\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The html/template package does not properly handle HTML-like \\\"\\\" comment tokens, nor hashbang \\\"#!\\\" comment tokens, in \u003cscript\u003e contexts. This may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS attack.\"},{\"lang\":\"es\",\"value\":\"El paquete html/template no maneja correctamente los tokens de comentario \\\"\\\" similares a HTML, ni los tokens de comentario hashbang \\\"#!\\\", en el contexto \"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.20.8\",\"matchCriteriaId\":\"F1B13F8E-84CD-45E0-8DC5-FFF2A1E5E162\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.21.0\",\"versionEndExcluding\":\"1.21.1\",\"matchCriteriaId\":\"958E1BA0-2840-47E9-A790-79C10164C68C\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/526156\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/62196\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2041\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20231020-0009/\",\"source\":\"security@golang.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://go.dev/cl/526156\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/62196\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-2041\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20231020-0009/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/62196\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/526156\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-2041\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231020-0009/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T18:02:06.918Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-39318\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-26T16:02:51.219482Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-26T16:03:58.368Z\"}}], \"cna\": {\"title\": \"Improper handling of HTML-like comments in script contexts in html/template\", \"credits\": [{\"lang\": \"en\", \"value\": \"Takeshi Kaneko (GMO Cybersecurity by Ierae, Inc.)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"html/template\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.20.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.21.0-0\", \"lessThan\": \"1.21.1\", \"versionType\": \"semver\"}], \"packageName\": \"html/template\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"isComment\"}, {\"name\": \"escaper.escapeText\"}, {\"name\": \"tJS\"}, {\"name\": \"tLineCmt\"}, {\"name\": \"Template.Execute\"}, {\"name\": \"Template.ExecuteTemplate\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/62196\"}, {\"url\": \"https://go.dev/cl/526156\"}, {\"url\": \"https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-2041\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231020-0009/\"}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"The html/template package does not properly handle HTML-like \\\"\\\" comment tokens, nor hashbang \\\"#!\\\" comment tokens, in \u003cscript\u003e contexts. This may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped. This may be leveraged to perform an XSS attack.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2023-11-25T11:10:02.660Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-39318\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:02:46.777Z\", \"dateReserved\": \"2023-07-27T17:05:55.186Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2023-09-08T16:13:24.063Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHBA-2023_6364
Vulnerability from csaf_redhat - Published: 2023-11-07 08:50 - Updated: 2024-12-16 17:49A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang and delve is now available for Red Hat Enterprise Linux 9.",
"title": "Topic"
},
{
"category": "general",
"text": "For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.3 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2023:6364",
"url": "https://access.redhat.com/errata/RHBA-2023:6364"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index"
},
{
"category": "external",
"summary": "2098211",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2098211"
},
{
"category": "external",
"summary": "2116995",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116995"
},
{
"category": "external",
"summary": "2117248",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117248"
},
{
"category": "external",
"summary": "2167409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167409"
},
{
"category": "external",
"summary": "2186496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186496"
},
{
"category": "external",
"summary": "2190184",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190184"
},
{
"category": "external",
"summary": "2230705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230705"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhba-2023_6364.json"
}
],
"title": "Red Hat Bug Fix Advisory: golang and delve bug fix and enhancement update",
"tracking": {
"current_release_date": "2024-12-16T17:49:44+00:00",
"generator": {
"date": "2024-12-16T17:49:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHBA-2023:6364",
"initial_release_date": "2023-11-07T08:50:26+00:00",
"revision_history": [
{
"date": "2023-11-07T08:50:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-07T08:50:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-16T17:49:44+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.3.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.20.2-1.el9.src",
"product": {
"name": "delve-0:1.20.2-1.el9.src",
"product_id": "delve-0:1.20.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.20.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.20.10-1.el9_3.src",
"product": {
"name": "golang-0:1.20.10-1.el9_3.src",
"product_id": "golang-0:1.20.10-1.el9_3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.20.10-1.el9_3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.20.2-1.el9.x86_64",
"product": {
"name": "delve-0:1.20.2-1.el9.x86_64",
"product_id": "delve-0:1.20.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.20.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.20.2-1.el9.x86_64",
"product": {
"name": "delve-debugsource-0:1.20.2-1.el9.x86_64",
"product_id": "delve-debugsource-0:1.20.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.20.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.20.2-1.el9.x86_64",
"product": {
"name": "delve-debuginfo-0:1.20.2-1.el9.x86_64",
"product_id": "delve-debuginfo-0:1.20.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.20.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.20.10-1.el9_3.x86_64",
"product": {
"name": "go-toolset-0:1.20.10-1.el9_3.x86_64",
"product_id": "go-toolset-0:1.20.10-1.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.20.10-1.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.20.10-1.el9_3.x86_64",
"product": {
"name": "golang-0:1.20.10-1.el9_3.x86_64",
"product_id": "golang-0:1.20.10-1.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.20.10-1.el9_3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.20.10-1.el9_3.x86_64",
"product": {
"name": "golang-bin-0:1.20.10-1.el9_3.x86_64",
"product_id": "golang-bin-0:1.20.10-1.el9_3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.20.10-1.el9_3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.20.10-1.el9_3.aarch64",
"product": {
"name": "go-toolset-0:1.20.10-1.el9_3.aarch64",
"product_id": "go-toolset-0:1.20.10-1.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.20.10-1.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.20.10-1.el9_3.aarch64",
"product": {
"name": "golang-0:1.20.10-1.el9_3.aarch64",
"product_id": "golang-0:1.20.10-1.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.20.10-1.el9_3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.20.10-1.el9_3.aarch64",
"product": {
"name": "golang-bin-0:1.20.10-1.el9_3.aarch64",
"product_id": "golang-bin-0:1.20.10-1.el9_3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.20.10-1.el9_3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.20.10-1.el9_3.ppc64le",
"product": {
"name": "go-toolset-0:1.20.10-1.el9_3.ppc64le",
"product_id": "go-toolset-0:1.20.10-1.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.20.10-1.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.20.10-1.el9_3.ppc64le",
"product": {
"name": "golang-0:1.20.10-1.el9_3.ppc64le",
"product_id": "golang-0:1.20.10-1.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.20.10-1.el9_3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.20.10-1.el9_3.ppc64le",
"product": {
"name": "golang-bin-0:1.20.10-1.el9_3.ppc64le",
"product_id": "golang-bin-0:1.20.10-1.el9_3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.20.10-1.el9_3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.20.10-1.el9_3.s390x",
"product": {
"name": "go-toolset-0:1.20.10-1.el9_3.s390x",
"product_id": "go-toolset-0:1.20.10-1.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.20.10-1.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.20.10-1.el9_3.s390x",
"product": {
"name": "golang-0:1.20.10-1.el9_3.s390x",
"product_id": "golang-0:1.20.10-1.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.20.10-1.el9_3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.20.10-1.el9_3.s390x",
"product": {
"name": "golang-bin-0:1.20.10-1.el9_3.s390x",
"product_id": "golang-bin-0:1.20.10-1.el9_3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.20.10-1.el9_3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.20.10-1.el9_3.noarch",
"product": {
"name": "golang-docs-0:1.20.10-1.el9_3.noarch",
"product_id": "golang-docs-0:1.20.10-1.el9_3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.20.10-1.el9_3?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.20.10-1.el9_3.noarch",
"product": {
"name": "golang-misc-0:1.20.10-1.el9_3.noarch",
"product_id": "golang-misc-0:1.20.10-1.el9_3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.20.10-1.el9_3?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.20.10-1.el9_3.noarch",
"product": {
"name": "golang-src-0:1.20.10-1.el9_3.noarch",
"product_id": "golang-src-0:1.20.10-1.el9_3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.20.10-1.el9_3?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.20.10-1.el9_3.noarch",
"product": {
"name": "golang-tests-0:1.20.10-1.el9_3.noarch",
"product_id": "golang-tests-0:1.20.10-1.el9_3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.20.10-1.el9_3?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.20.2-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src"
},
"product_reference": "delve-0:1.20.2-1.el9.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.20.2-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64"
},
"product_reference": "delve-0:1.20.2-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.20.2-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64"
},
"product_reference": "delve-debuginfo-0:1.20.2-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.20.2-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
},
"product_reference": "delve-debugsource-0:1.20.2-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.20.10-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64"
},
"product_reference": "go-toolset-0:1.20.10-1.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.20.10-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le"
},
"product_reference": "go-toolset-0:1.20.10-1.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.20.10-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x"
},
"product_reference": "go-toolset-0:1.20.10-1.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.20.10-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64"
},
"product_reference": "go-toolset-0:1.20.10-1.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.20.10-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64"
},
"product_reference": "golang-0:1.20.10-1.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.20.10-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le"
},
"product_reference": "golang-0:1.20.10-1.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.20.10-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x"
},
"product_reference": "golang-0:1.20.10-1.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.20.10-1.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src"
},
"product_reference": "golang-0:1.20.10-1.el9_3.src",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.20.10-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64"
},
"product_reference": "golang-0:1.20.10-1.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.20.10-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64"
},
"product_reference": "golang-bin-0:1.20.10-1.el9_3.aarch64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.20.10-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le"
},
"product_reference": "golang-bin-0:1.20.10-1.el9_3.ppc64le",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.20.10-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x"
},
"product_reference": "golang-bin-0:1.20.10-1.el9_3.s390x",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.20.10-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64"
},
"product_reference": "golang-bin-0:1.20.10-1.el9_3.x86_64",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.20.10-1.el9_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch"
},
"product_reference": "golang-docs-0:1.20.10-1.el9_3.noarch",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.20.10-1.el9_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch"
},
"product_reference": "golang-misc-0:1.20.10-1.el9_3.noarch",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.20.10-1.el9_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch"
},
"product_reference": "golang-src-0:1.20.10-1.el9_3.noarch",
"relates_to_product_reference": "AppStream-9.3.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.20.10-1.el9_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
},
"product_reference": "golang-tests-0:1.20.10-1.el9_3.noarch",
"relates_to_product_reference": "AppStream-9.3.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"known_not_affected": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:50:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6364"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"known_not_affected": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:50:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6364"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"known_not_affected": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:50:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6364"
}
],
"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.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"known_not_affected": [
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-07T08:50:26+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2023:6364"
}
],
"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.3.0.GA:delve-0:1.20.2-1.el9.src",
"AppStream-9.3.0.GA:delve-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debuginfo-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:delve-debugsource-0:1.20.2-1.el9.x86_64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:go-toolset-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.src",
"AppStream-9.3.0.GA:golang-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.aarch64",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.ppc64le",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.s390x",
"AppStream-9.3.0.GA:golang-bin-0:1.20.10-1.el9_3.x86_64",
"AppStream-9.3.0.GA:golang-docs-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-misc-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-src-0:1.20.10-1.el9_3.noarch",
"AppStream-9.3.0.GA:golang-tests-0:1.20.10-1.el9_3.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
}
]
}
RHSA-2024_0121
Vulnerability from csaf_redhat - Published: 2024-01-10 11:36 - Updated: 2024-12-17 22:30A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.
A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request's form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.
A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.
A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:4.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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-2024:0121",
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0121.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security update",
"tracking": {
"current_release_date": "2024-12-17T22:30:46+00:00",
"generator": {
"date": "2024-12-17T22:30:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:0121",
"initial_release_date": "2024-01-10T11:36:02+00:00",
"revision_history": [
{
"date": "2024-01-10T11:36:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-01-10T11:36:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:30:46+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.9.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "container-tools:4.0:8090020231207142256:d7b6f4b7",
"product": {
"name": "container-tools:4.0:8090020231207142256:d7b6f4b7",
"product_id": "container-tools:4.0:8090020231207142256:d7b6f4b7",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@4.0:8090020231207142256:d7b6f4b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"product": {
"name": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"product_id": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"product": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"product_id": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B20656%2B56f336b9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"product_id": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"product_id": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"product": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"product_id": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src",
"product": {
"name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src",
"product_id": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-4.module%2Bel8.9.0%2B20656%2B56f336b9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-7.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-6.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.7-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-38.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_id": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-25.module%2Bel8.9.0%2B20875%2B8dd9d5d2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.5-2.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-9.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-3.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_id": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.4-5.module%2Bel8.9.0%2B20656%2B56f336b9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
"product_reference": "container-tools:4.0:8090020231207142256:d7b6f4b7",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src"
},
"product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch"
},
"product_reference": "podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64"
},
"product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le"
},
"product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x"
},
"product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64"
},
"product_reference": "podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch"
},
"product_reference": "python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64 as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src as a component of container-tools:4.0:8090020231207142256:d7b6f4b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
},
"product_reference": "udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src",
"relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-2879",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: unbounded memory consumption when reading headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "RHBZ#2132867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2879"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54853",
"url": "https://github.com/golang/go/issues/54853"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: unbounded memory consumption when reading headers"
},
{
"acknowledgments": [
{
"names": [
"Daniel Abeles"
],
"organization": "Head of Research, Oxeye"
},
{
"names": [
"Gal Goldstein"
],
"organization": "Security Researcher, Oxeye"
}
],
"cve": "CVE-2022-2880",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132868"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where requests forwarded by reverse proxy include the raw query parameters from the inbound request, including unparseable parameters rejected by net/http. This issue could permit query parameter smuggling when a Go proxy forwards a parameter with an unparseable value. After the fix, the reverse proxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s form field is set after the reverse proxy. The director function returns, indicating that the proxy has parsed the query parameters. Proxies that do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity to exploit this vulnerability is limited to the Golang runtime. In the case of the OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact.",
"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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "RHBZ#2132868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132868"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2880"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/54663",
"url": "https://github.com/golang/go/issues/54663"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124669"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: handle server errors after sending GOAWAY",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27664"
},
{
"category": "external",
"summary": "RHBZ#2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664"
},
{
"category": "external",
"summary": "https://go.dev/issue/54658",
"url": "https://go.dev/issue/54658"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ"
}
],
"release_date": "2022-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2132872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as 40,000, making a relatively small regexp consume larger amounts of memory. After the fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Routine use of regular expressions is unaffected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp/syntax: limit memory used by parsing regexps",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "RHBZ#2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41715"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/55949",
"url": "https://github.com/golang/go/issues/55949"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1",
"url": "https://groups.google.com/g/golang-announce/c/xtuG5faxtaU?pli=1"
}
],
"release_date": "2022-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-10T11:36:02+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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
}
],
"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.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:aardvark-dns-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-debugsource-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:buildah-tests-debuginfo-1:1.24.6-7.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:cockpit-podman-0:46-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debuginfo-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:conmon-debugsource-2:2.1.4-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:container-selinux-2:2.205.0-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debuginfo-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containernetworking-plugins-debugsource-1:1.1.1-6.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:containers-common-2:1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crit-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-debugsource-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-devel-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:criu-libs-debuginfo-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debuginfo-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:crun-debugsource-0:1.8.7-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debuginfo-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:fuse-overlayfs-debugsource-0:1.9-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debuginfo-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-debugsource-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:libslirp-devel-0:4.4.0-1.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:netavark-2:1.0.1-38.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-catatonit-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-debugsource-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-docker-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-gvproxy-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-plugins-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-remote-debuginfo-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:podman-tests-2:4.0.2-25.module+el8.9.0+20875+8dd9d5d2.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-criu-0:3.15-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:python3-podman-0:4.0.0-2.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debuginfo-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:runc-debugsource-1:1.1.5-2.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debuginfo-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-debugsource-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:skopeo-tests-2:1.6.2-9.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debuginfo-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:slirp4netns-debugsource-0:1.1.8-3.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.src",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debuginfo-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-debugsource-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.aarch64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.ppc64le",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.s390x",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:toolbox-tests-0:0.0.99.4-5.module+el8.9.0+20656+56f336b9.x86_64",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.noarch",
"AppStream-8.9.0.Z.MAIN:container-tools:4.0:8090020231207142256:d7b6f4b7:udica-0:0.2.6-4.module+el8.9.0+20656+56f336b9.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
}
]
}
RHSA-2023_6840
Vulnerability from csaf_redhat - Published: 2023-11-15 07:24 - Updated: 2024-12-18 04:55A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Red Hat OpenShift Container Platform release 4.14.2 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.14.2. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:6837\n\nSecurity Fix(es):\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS\nattack (Rapid Reset Attack) (CVE-2023-44487 CVE-2023-39325)\n* golang: net/http: insufficient sanitization of Host header\n(CVE-2023-29406)\n* golang: crypto/tls: slow verification of certificate chains containing\nlarge RSA keys (CVE-2023-29409)\n* golang: html/template: improper handling of HTML-like comments within\nscript contexts (CVE-2023-39318)\n* golang: html/template: improper handling of special tags within script\ncontexts (CVE-2023-39319)\n* golang: crypto/tls: panic when processing post-handshake message on QUIC\nconnections (CVE-2023-39321)\n* golang: crypto/tls: lack of a limit on buffered post-handshake\n(CVE-2023-39322)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html",
"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:6840",
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6840.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.2 packages and security update",
"tracking": {
"current_release_date": "2024-12-18T04:55:10+00:00",
"generator": {
"date": "2024-12-18T04:55:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6840",
"initial_release_date": "2023-11-15T07:24:02+00:00",
"revision_history": [
{
"date": "2023-11-15T07:24:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-15T07:24:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:55:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"product": {
"name": "container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"product_id": "container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.223.0-2.rhaos4.14.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.40.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.40.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.40.1.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.40.1.rt14.325.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"product": {
"name": "container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"product_id": "container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.223.0-1.rhaos4.14.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"product": {
"name": "container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"product_id": "container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.223.0-2.rhaos4.14.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.40.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.40.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"product": {
"name": "container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"product_id": "container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.223.0-1.rhaos4.14.el8?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.40.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.40.1.rt14.325.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.40.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.40.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.40.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product_id": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product_id": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.27.1-13.1.rhaos4.14.git956c5f7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch"
},
"product_reference": "container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.223.0-1.rhaos4.14.el8.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src"
},
"product_reference": "container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch"
},
"product_reference": "container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.223.0-2.rhaos4.14.el9.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src"
},
"product_reference": "container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64"
},
"product_reference": "cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.40.1.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.40.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.40.1.el9_2.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.40.1.el9_2.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
}
],
"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": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
}
],
"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": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.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": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-15T07:24:02+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html",
"product_ids": [
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6840"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.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": [
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch",
"8Base-RHOSE-4.14:container-selinux-3:2.223.0-1.rhaos4.14.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src",
"8Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x",
"8Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.s390x",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.src",
"8Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch",
"9Base-RHOSE-4.14:container-selinux-3:2.223.0-2.rhaos4.14.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src",
"9Base-RHOSE-4.14:cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x",
"9Base-RHOSE-4.14:cri-o-debugsource-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.src",
"9Base-RHOSE-4.14:kernel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-64k-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-64k-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-abi-stablelists-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-cross-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debug-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debug-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-aarch64-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-debuginfo-common-ppc64le-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-debuginfo-common-s390x-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-debuginfo-common-x86_64-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-devel-matched-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-doc-0:5.14.0-284.40.1.el9_2.noarch",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-headers-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-ipaclones-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-core-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-extra-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-modules-partner-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.src",
"9Base-RHOSE-4.14:kernel-rt-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debug-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-devel-matched-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-kvm-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-core-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-extra-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-modules-partner-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-rt-selftests-internal-0:5.14.0-284.40.1.rt14.325.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-selftests-internal-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-tools-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:kernel-tools-libs-devel-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-uki-virt-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:kernel-zfcpdump-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-devel-matched-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-core-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-extra-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-internal-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:kernel-zfcpdump-modules-partner-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.s390x",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.src",
"9Base-RHOSE-4.14:openshift-clients-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:openshift-clients-redistributable-0:4.14.0-202311031050.p0.g9b1e0d2.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:python3-perf-debuginfo-0:5.14.0-284.40.1.el9_2.x86_64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.aarch64",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.ppc64le",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.s390x",
"9Base-RHOSE-4.14:rtla-0:5.14.0-284.40.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023_6085
Vulnerability from csaf_redhat - Published: 2023-10-24 15:32 - Updated: 2024-12-18 04:49A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 is now available for Red Hat Openshift distributed tracing 2.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": "Security Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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:6085",
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6085.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing security update",
"tracking": {
"current_release_date": "2024-12-18T04:49:44+00:00",
"generator": {
"date": "2024-12-18T04:49:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6085",
"initial_release_date": "2023-10-24T15:32:35+00:00",
"revision_history": [
{
"date": "2023-10-24T15:32:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-24T15:32:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:49:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 2.9",
"product": {
"name": "Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:2.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.1-10"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.1-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"product_id": "rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=742e3d3-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=fe53f40-1"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"product_id": "rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.1-7"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"product_id": "rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.1-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.1-10"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.1-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"product_id": "rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=742e3d3-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=fe53f40-1"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"product_id": "rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.1-7"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"product_id": "rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.1-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.47.1-10"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.47.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.81.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.81.1-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.81.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x",
"product_id": "rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.1.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=742e3d3-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=fe53f40-1"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"product_id": "rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.3.1-7"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.3.1-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"product_id": "rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.3.1-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64 as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x as a component of Red Hat OpenShift distributed tracing 2.9",
"product_id": "8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
}
],
"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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
}
],
"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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-24T15:32:35+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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6085"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"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": [
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:075e5a497bd37954221774f3b0e97a86f87bf9a8564a87fa8269b2acb01a5fdf_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:5667bbe8cdf5ef5b93fe2eb51af1b03ac25db50ee7f13a35e97c67968f70d9bc_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-agent-rhel8@sha256:b57f6bbb0fd714828d0b9bf4759a04cad8ba98db394dbb79d8a5a9d2c48a8383_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:21de0110a12e568d4fa9a814b1f3fb79b132be34770f795c6f43922a454bba34_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:3555c97e1edbc18ecc7ad756dae043a55215bcacd31e70a41c3e444a4b5bac98_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-all-in-one-rhel8@sha256:dd221ad03daa551a30a5b3631b9a489ab29147f4d0d380f317ee6e8999c5638f_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:20dfc6ffe41e4dceb854a2fa99cad5d6a9b48e8bfc51329fed767f47b7cb461f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:9551931c00cc1052ddb32310153352d56c70a50826c29bcee53fc048c6995399_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-collector-rhel8@sha256:a3224c5e1b39ca4a33f806a5930dd37304578420f382c43158ee290fffd21533_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:699727f91948e7a870cdae3f8d3cf88cdf1df934ea6c4e5e1a86467b7ea62da3_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:6c1435712a36384a562448ec972ac39378b1e976490146cda1c98b510c76d849_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c53876745a6ae8a8ca6ec74d22f8cae148cf4b99e45c3efdcca323b6fbb4ad0e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:0b0b4bb1d943449bbfe99653eb918583b38e6e7fc9317653acf487bb33715fcf_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:8bfdcdb4432975726865d321037b600260c4df1b3a1811d1c85523d61e91bccc_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-es-rollover-rhel8@sha256:fbce2ceb4a0c5231823c931b87726b7a6a5e5f0c87ba93abad09acb11661a675_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:0d7c0ff5a6c0e645856e1550bfb8acea763d013e4b706b7da972094c26d8a3ba_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:27b6554e746eae26692298e78d623b3b7dc6ba53330c5e398beacd8d41512732_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-ingester-rhel8@sha256:498a6186790b5e8dc2ff8bc49f5a163a51b19ee36c5030b6ae44fd0c1dbe4139_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1a5c829466a50a4ed1b509fa83b1ffacb5290840e64c1f805e462c533a26c075_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:1bbbe479ae64cb639bde227e52bb60c55a855fed9109c0ba850e2b1474c8cf5d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-operator-bundle@sha256:f2ebe6b3b913ae5d0df0b985d4c2a93fc0f9dd90e97cdc2d39fdbb40a92c494a_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:40183936d78c62c1b34807bf21c6fa3570ab5a4c3fdcf2c708b6e2225addf88d_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:db25d6492ba18bf18fe8f63c86a9d565938da15c7c639b77d6b9285db0174094_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-query-rhel8@sha256:ebc33a6ada6c578e6b113bdfa3e0a9570f15e75cb3e87fa99a3ec23056d58f02_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:17b698d2b2bde4985346b6ffe28c4b0a71e0a6fec4937144aef5db4ca20f60e4_s390x",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:c3b11d9f4e98457310bd5a2a782ef02c85dabd0a97e954a5c385f648e168b9ba_amd64",
"8Base-RHOSDT-2.9:rhosdt/jaeger-rhel8-operator@sha256:e4722e3dbb65c43212e1f86bf5b24779879288a9044d57f2c33aed5baf1b2d33_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:97a23c3fdf791b59df6bc6e6f9311599ba2f3900aebe64ce4eaf8f77a7f76336_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:b9f94f8023b1e904e874ff67b5829c3c0e0a44aaeda6e88f8f34fa92d5f8a62c_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-collector-rhel8@sha256:d68e45ac3dd60f05aab018cba084ff93195bf9175ba642164cb062f7a4b9d71f_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9b88c187427bf315cc27690e22425000b87de35b40b04e566152eaf5319043c6_s390x",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:9de35e845d96684ca3009299dc5034742031f7632f839f877d812a243fd17f75_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-operator-bundle@sha256:dcfa33e5ff47f227e6a27d3babd88b02d269e96fc040eb0bc4301edd62dd404b_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:5a2e8e06addd84a2c83976a57b84187f8450f45244bd7174b0078d2b2d9e5635_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:b5f01804dc8b8e1b0cc179dc79aff1298fe29c2239d694fedf958adee7e27ec3_amd64",
"8Base-RHOSDT-2.9:rhosdt/opentelemetry-rhel8-operator@sha256:c940703247b04c520a51bf76f09a29eaa2e30d4e4d40db14f07e0ceba89eefbd_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:f39bf591bff322ca89eddc61dc1b8ed00b018ca0aac39228c3cc33368c9928e6_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:fc8a5757270970c2bcd42f659bdde3d9edebd0054cbd01541479c9aa51135cc8_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-opa-rhel8@sha256:ff6ebe99d093908235e41a3fc84a13ae4d4b647063d0a48925b5aaa0d3017724_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:4967482a0ef9ef89de4583d7ec9f6666e2334dacb099d5cb556f93f1118f5809_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:d5e00c9ebe3d8d4b009f1f6d7383d453ce9186e7e6ec1fc4c834b86461e831d9_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-gateway-rhel8@sha256:ec8e340dc736f5f1d8f0ac4f0b5d767660bbcdc96e2dbc48d8349f20c11e5c46_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:10394c478c148eaf171f328289b1bbec15b357bd1d5eb473abb31c2cd6cb5643_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:4fb7b99e4156f1c0e67708527ba6336fab647a717e6cad08dac93d191e820c70_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-operator-bundle@sha256:c54b08652dfdecd90c604e144e08da7eb6908f89cf4b5fe9bcb7844d28a2a002_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:307638d85cab7d8502cd6acd45d626a6e26a3c37ab3fb008946e80eee2e4a372_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:8c0c9b1534e1c2e4c513b8cef10df8daf9aed0e1798b563667b50c3e8554979b_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-query-rhel8@sha256:b5b4d89e126c76fa960a5ac2ba4b63f0e74ab5439cac372e1e0ebe81c1315b3e_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:4d62e2ee295809b3cfd0f663892226f1c1f5cf4ccb841fb322149b1d4088f135_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:946413dd5505c92b1eb0c3343fedf7c99ed104cd51933b8ad0dad92c9d85e1f1_s390x",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8-operator@sha256:f870fcbe6367921e167ee564e04db11daeaeafce3fa970aa28d8f8239be6391f_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:81b5694019779cea93a418e6edf684f54525dcb7da9a4090c7b886184bebe605_ppc64le",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:e77206dcf8a958c662f816161d9fa942eb7cd1749aa165075805e0add74e4cfb_amd64",
"8Base-RHOSDT-2.9:rhosdt/tempo-rhel8@sha256:efb15ac8f44d2ddcc0ac0913131df69f31ebd4aad76c503364b5efb517eabf40_s390x"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023_5008
Vulnerability from csaf_redhat - Published: 2023-10-31 14:23 - Updated: 2024-12-16 17:52An authentication bypass vulnerability was discovered in kube-apiserver. This issue could allow a remote, authenticated attacker who has been given permissions "update, patch" the "pods/ephemeralcontainers" subresource beyond what the default is. They would then need to create a new pod or patch one that they already have access to. This might allow evasion of SCC admission restrictions, thereby gaining control of a privileged pod.
A flaw was found in Kubernetes, where users may be able to launch containers using images restricted by the ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.
A flaw was found in Kubernetes, where users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures that pods running with a service account may only reference secrets specified in the service accountās secrets field. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the kubernetes.io/enforce-mountable-secrets annotation are used together with ephemeral containers.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Red Hat build of MicroShift release 4.14.0 is now available with updates to packages and images that fix several bugs and add enhancements.\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": "Red Hat build of MicroShift is Red Hat\u0027s light-weight Kubernetes orchestration solution designed for edge device deployments and is built from the edge capabilities of Red Hat OpenShift. MicroShift is an application that is deployed on top of Red Hat Enterprise Linux devices at the edge, providing an efficient way to operate single-node clusters in these low-resource environments.\n\nThis advisory contains the RPM packages for Red Hat build of MicroShift 4.14.0. Read the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2023:5006\n\nAll of the bug fixes may not be documented in this advisory. Read the following release notes documentation for details about these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.14/html/release_notes/index\n\nSecurity Fix(es):\n\n* kube-apiserver: PrivEsc (CVE-2023-1260)\n\n* kube-apiserver: Bypassing policies imposed by the ImagePolicyWebhook admission plugin (CVE-2023-2727)\n\n* kube-apiserver: Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin (CVE-2023-2728)\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:5008",
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2176267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176267"
},
{
"category": "external",
"summary": "2211322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211322"
},
{
"category": "external",
"summary": "2211348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211348"
},
{
"category": "external",
"summary": "OCPBUGS-10201",
"url": "https://issues.redhat.com/browse/OCPBUGS-10201"
},
{
"category": "external",
"summary": "OCPBUGS-10226",
"url": "https://issues.redhat.com/browse/OCPBUGS-10226"
},
{
"category": "external",
"summary": "OCPBUGS-10766",
"url": "https://issues.redhat.com/browse/OCPBUGS-10766"
},
{
"category": "external",
"summary": "OCPBUGS-11296",
"url": "https://issues.redhat.com/browse/OCPBUGS-11296"
},
{
"category": "external",
"summary": "OCPBUGS-11374",
"url": "https://issues.redhat.com/browse/OCPBUGS-11374"
},
{
"category": "external",
"summary": "OCPBUGS-11421",
"url": "https://issues.redhat.com/browse/OCPBUGS-11421"
},
{
"category": "external",
"summary": "OCPBUGS-11512",
"url": "https://issues.redhat.com/browse/OCPBUGS-11512"
},
{
"category": "external",
"summary": "OCPBUGS-11538",
"url": "https://issues.redhat.com/browse/OCPBUGS-11538"
},
{
"category": "external",
"summary": "OCPBUGS-11592",
"url": "https://issues.redhat.com/browse/OCPBUGS-11592"
},
{
"category": "external",
"summary": "OCPBUGS-11734",
"url": "https://issues.redhat.com/browse/OCPBUGS-11734"
},
{
"category": "external",
"summary": "OCPBUGS-11829",
"url": "https://issues.redhat.com/browse/OCPBUGS-11829"
},
{
"category": "external",
"summary": "OCPBUGS-11967",
"url": "https://issues.redhat.com/browse/OCPBUGS-11967"
},
{
"category": "external",
"summary": "OCPBUGS-12146",
"url": "https://issues.redhat.com/browse/OCPBUGS-12146"
},
{
"category": "external",
"summary": "OCPBUGS-12736",
"url": "https://issues.redhat.com/browse/OCPBUGS-12736"
},
{
"category": "external",
"summary": "OCPBUGS-12744",
"url": "https://issues.redhat.com/browse/OCPBUGS-12744"
},
{
"category": "external",
"summary": "OCPBUGS-12977",
"url": "https://issues.redhat.com/browse/OCPBUGS-12977"
},
{
"category": "external",
"summary": "OCPBUGS-13078",
"url": "https://issues.redhat.com/browse/OCPBUGS-13078"
},
{
"category": "external",
"summary": "OCPBUGS-13221",
"url": "https://issues.redhat.com/browse/OCPBUGS-13221"
},
{
"category": "external",
"summary": "OCPBUGS-14364",
"url": "https://issues.redhat.com/browse/OCPBUGS-14364"
},
{
"category": "external",
"summary": "OCPBUGS-14678",
"url": "https://issues.redhat.com/browse/OCPBUGS-14678"
},
{
"category": "external",
"summary": "OCPBUGS-15397",
"url": "https://issues.redhat.com/browse/OCPBUGS-15397"
},
{
"category": "external",
"summary": "OCPBUGS-15740",
"url": "https://issues.redhat.com/browse/OCPBUGS-15740"
},
{
"category": "external",
"summary": "OCPBUGS-15948",
"url": "https://issues.redhat.com/browse/OCPBUGS-15948"
},
{
"category": "external",
"summary": "OCPBUGS-16339",
"url": "https://issues.redhat.com/browse/OCPBUGS-16339"
},
{
"category": "external",
"summary": "OCPBUGS-16392",
"url": "https://issues.redhat.com/browse/OCPBUGS-16392"
},
{
"category": "external",
"summary": "OCPBUGS-18696",
"url": "https://issues.redhat.com/browse/OCPBUGS-18696"
},
{
"category": "external",
"summary": "OCPBUGS-18773",
"url": "https://issues.redhat.com/browse/OCPBUGS-18773"
},
{
"category": "external",
"summary": "OCPBUGS-19339",
"url": "https://issues.redhat.com/browse/OCPBUGS-19339"
},
{
"category": "external",
"summary": "OCPBUGS-19423",
"url": "https://issues.redhat.com/browse/OCPBUGS-19423"
},
{
"category": "external",
"summary": "OCPBUGS-19518",
"url": "https://issues.redhat.com/browse/OCPBUGS-19518"
},
{
"category": "external",
"summary": "OCPBUGS-19638",
"url": "https://issues.redhat.com/browse/OCPBUGS-19638"
},
{
"category": "external",
"summary": "OCPBUGS-19646",
"url": "https://issues.redhat.com/browse/OCPBUGS-19646"
},
{
"category": "external",
"summary": "OCPBUGS-19772",
"url": "https://issues.redhat.com/browse/OCPBUGS-19772"
},
{
"category": "external",
"summary": "OCPBUGS-19872",
"url": "https://issues.redhat.com/browse/OCPBUGS-19872"
},
{
"category": "external",
"summary": "OCPBUGS-19939",
"url": "https://issues.redhat.com/browse/OCPBUGS-19939"
},
{
"category": "external",
"summary": "OCPBUGS-20059",
"url": "https://issues.redhat.com/browse/OCPBUGS-20059"
},
{
"category": "external",
"summary": "OCPBUGS-20174",
"url": "https://issues.redhat.com/browse/OCPBUGS-20174"
},
{
"category": "external",
"summary": "OCPBUGS-6861",
"url": "https://issues.redhat.com/browse/OCPBUGS-6861"
},
{
"category": "external",
"summary": "OCPBUGS-7535",
"url": "https://issues.redhat.com/browse/OCPBUGS-7535"
},
{
"category": "external",
"summary": "OCPBUGS-7779",
"url": "https://issues.redhat.com/browse/OCPBUGS-7779"
},
{
"category": "external",
"summary": "OCPBUGS-7791",
"url": "https://issues.redhat.com/browse/OCPBUGS-7791"
},
{
"category": "external",
"summary": "OCPBUGS-7874",
"url": "https://issues.redhat.com/browse/OCPBUGS-7874"
},
{
"category": "external",
"summary": "OCPBUGS-8277",
"url": "https://issues.redhat.com/browse/OCPBUGS-8277"
},
{
"category": "external",
"summary": "OCPBUGS-8278",
"url": "https://issues.redhat.com/browse/OCPBUGS-8278"
},
{
"category": "external",
"summary": "OCPBUGS-8301",
"url": "https://issues.redhat.com/browse/OCPBUGS-8301"
},
{
"category": "external",
"summary": "OCPBUGS-8329",
"url": "https://issues.redhat.com/browse/OCPBUGS-8329"
},
{
"category": "external",
"summary": "OCPBUGS-8411",
"url": "https://issues.redhat.com/browse/OCPBUGS-8411"
},
{
"category": "external",
"summary": "OCPBUGS-8516",
"url": "https://issues.redhat.com/browse/OCPBUGS-8516"
},
{
"category": "external",
"summary": "OCPBUGS-9996",
"url": "https://issues.redhat.com/browse/OCPBUGS-9996"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5008.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of MicroShift 4.14.0 security update",
"tracking": {
"current_release_date": "2024-12-16T17:52:22+00:00",
"generator": {
"date": "2024-12-16T17:52:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:5008",
"initial_release_date": "2023-10-31T14:23:30+00:00",
"revision_history": [
{
"date": "2023-10-31T14:23:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-31T14:23:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-16T17:52:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"product": {
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"product_id": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"product": {
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"product_id": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"product": {
"name": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"product_id": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"product": {
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"product_id": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"product": {
"name": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"product_id": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-networking@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"product": {
"name": "microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"product_id": "microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-release-info@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"product": {
"name": "microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"product_id": "microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/microshift-selinux@4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64"
},
"product_reference": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src"
},
"product_reference": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64"
},
"product_reference": "microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64"
},
"product_reference": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64"
},
"product_reference": "microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
},
"product_reference": "microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
},
"product_reference": "microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.14"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Xingxing Xia"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2023-1260",
"cwe": {
"id": "CWE-288",
"name": "Authentication Bypass Using an Alternate Path or Channel"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176267"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass vulnerability was discovered in kube-apiserver. This issue could allow a remote, authenticated attacker who has been given permissions \"update, patch\" the \"pods/ephemeralcontainers\" subresource beyond what the default is. They would then need to create a new pod or patch one that they already have access to. This might allow evasion of SCC admission restrictions, thereby gaining control of a privileged pod.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kube-apiserver: PrivEsc",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1260"
},
{
"category": "external",
"summary": "RHBZ#2176267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176267"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1260",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1260"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-92hx-3mh6-hc49",
"url": "https://github.com/advisories/GHSA-92hx-3mh6-hc49"
}
],
"release_date": "2023-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kube-apiserver: PrivEsc"
},
{
"acknowledgments": [
{
"names": [
"Kubernetes Security Team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-2727",
"discovery_date": "2023-05-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2211322"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes, where users may be able to launch containers using images restricted by the ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kube-apiserver: Bypassing policies imposed by the ImagePolicyWebhook admission plugin",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2727"
},
{
"category": "external",
"summary": "RHBZ#2211322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211322"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2727"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/118640",
"url": "https://github.com/kubernetes/kubernetes/issues/118640"
}
],
"release_date": "2023-06-15T04:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
},
{
"category": "workaround",
"details": "This issue can be mitigated by applying the patch provided for the kube-apiserver component. This patch prevents ephemeral containers from using an image that is restricted by ImagePolicyWebhook. \nNote: Validation webhooks, (such as Gatekeeper \u003chttps://open-policy-agent.github.io/gatekeeper-library/website/validation/allowedrepos\u003e \nand Kyverno \u003chttps://kyverno.io/policies/other/allowed-image-repos/allowed-image-repos/\u003e) can also be used to enforce the same restrictions.",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kube-apiserver: Bypassing policies imposed by the ImagePolicyWebhook admission plugin"
},
{
"acknowledgments": [
{
"names": [
"Kubernetes Security Team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-2728",
"discovery_date": "2023-05-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2211348"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes, where users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures that pods running with a service account may only reference secrets specified in the service account\u2019s secrets field. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the kubernetes.io/enforce-mountable-secrets annotation are used together with ephemeral containers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kube-apiserver: Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2728"
},
{
"category": "external",
"summary": "RHBZ#2211348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211348"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2728"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/118640",
"url": "https://github.com/kubernetes/kubernetes/issues/118640"
}
],
"release_date": "2023-06-15T04:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
},
{
"category": "workaround",
"details": "This issue can be mitigated by applying the patch provided for the kube-apiserver component. The patch prevents ephemeral containers from bypassing the mountable secrets policy enforced by the ServiceAccount admission plugin.",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kube-apiserver: Bypassing enforce mountable secrets policy imposed by the ServiceAccount admission plugin"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
}
],
"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": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-31T14:23:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5008"
}
],
"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": [
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.src",
"9Base-RHOSE-4.14:microshift-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.aarch64",
"9Base-RHOSE-4.14:microshift-networking-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.x86_64",
"9Base-RHOSE-4.14:microshift-release-info-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch",
"9Base-RHOSE-4.14:microshift-selinux-0:4.14.0-202310261440.p0.g1586504.assembly.4.14.0.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
}
]
}
RHSA-2023_6115
Vulnerability from csaf_redhat - Published: 2023-10-25 14:01 - Updated: 2024-12-18 04:50A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 is now available for OADP-1.1-RHEL-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": "Security Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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:6115",
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6115.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection security update",
"tracking": {
"current_release_date": "2024-12-18T04:50:02+00:00",
"generator": {
"date": "2024-12-18T04:50:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6115",
"initial_release_date": "2023-10-25T14:01:58+00:00",
"revision_history": [
{
"date": "2023-10-25T14:01:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-25T14:01:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:50:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-OADP-1.1",
"product": {
"name": "8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.1::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.7-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.7-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"product_id": "oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.7-7"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"product_id": "oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.7-6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.7-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.7-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"product_id": "oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.7-7"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"product_id": "oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.7-6"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel8\u0026tag=1.1.7-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.1.7-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"product": {
"name": "oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"product_id": "oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel8-operator\u0026tag=1.1.7-7"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"product_id": "oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel8\u0026tag=1.1.7-6"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le",
"product": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le",
"product_id": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-volume-snapshot-mover-rhel8\u0026tag=1.1.7-6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64"
},
"product_reference": "oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
},
"product_reference": "oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64 as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"relates_to_product_reference": "8Base-OADP-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le as a component of 8Base-OADP-1.1",
"product_id": "8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
},
"product_reference": "oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le",
"relates_to_product_reference": "8Base-OADP-1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
}
],
"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": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
}
],
"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": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"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": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"known_not_affected": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-25T14:01:58+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6115"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"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": [
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:1d9eb04551c7629c1c955a83f56c9950af52cf507a960673fbbb71bc53a45d42_amd64",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:a107558ebc95b2d1c57a3571491bbf6ec88921ca8e6e45419dbec9bf47d505b9_ppc64le",
"8Base-OADP-1.1:oadp/oadp-kubevirt-velero-plugin-rhel8@sha256:ca91eab699f97705c3e696150446582caab5b97db9230c0a2a7d0b9e09a7c571_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:2d68a7b0030a673d88d59d712352614f136704fc95a5523484eea11eeeb76619_s390x",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:d2ea8cc469b9bc2cb99dc81ef1c8c043ef7d4c320b588f7bf1e221807767a21c_amd64",
"8Base-OADP-1.1:oadp/oadp-mustgather-rhel8@sha256:f4db0cbe93b098c3e73e65bf83cdd73214e6eb9894a5d1d42d0f5fd58162a750_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:7381cf4462e525945055a1b2b0bf168d469d2bd3f67bb10f6c8cb13e58fa9569_ppc64le",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:a709259c3a6d923485ed217e9dd74f11c02a32c113f017ebbd8c49d60c83c47b_amd64",
"8Base-OADP-1.1:oadp/oadp-operator-bundle@sha256:f6e549d662f01f8ccf0c1ab9016b1aadcd417096bc49133a536292c55049c13a_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:0f7a9f47f67af388ebebb7ef28a775857ac37d35e234ee228a4ea25bfc64c3e3_ppc64le",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:2d3e387f50011ea9496e7524624100afb1e5eb9aeb220c971ac850e3d3fb3ecd_s390x",
"8Base-OADP-1.1:oadp/oadp-rhel8-operator@sha256:bf0607d865944a9011852bcbd92d2f289f4086aba2186331ab4a65c7bd065604_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:9bc0630106402a86da33e4a21c5d64c6379125f6a446519f5a659ba1ed110b76_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:ec6dd5b1b4a9382b86ae970240e25f11a4eb8e2ba42a2f6f727a984cf79f0cdb_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-aws-rhel8@sha256:fbef5cf169028b7e2c16c00ab699bcdb5733e2368ead683639495c2c584e08d7_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:57e64b3f70a5d06d68b2dfa3dfd329474ee39354e1ff3730742ae5869ffe9242_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:9535d60aeca08fbcb35f5ddecc455fbf8fd240b185b0359fcf15db088beed93b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-csi-rhel8@sha256:a68d39f20190d5dd35cb799b02ad3ff4fdaf52ab22f7785ba4be4d20c95a09af_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:4a509a9562f941a6eb85e29db424080204172cfcee21b2cbbe066efb5c60198c_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:7933617816babdf5e6da973b7ffbf54a2c280a66fc6a9861e2dc731f01043d80_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-gcp-rhel8@sha256:c8e99a08d99db02bb8a5f3fde5ff77108b4699fa710c12b257e411e1f3014f7b_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:209ccbbf81de2154f620e3dc690a053d7110bc805fc148cff668bcab43674894_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7b4c2fbf7ae8c859bfc976a1e07ef02e430792b16f36fd7fe9e447c7427d5003_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-for-microsoft-azure-rhel8@sha256:7bc516a3dc31d5675989c253dfc5d4f5b6e5675ed0dcd99aeabcf45748cfb82a_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:569d29f6abf7e47afa87dc786028dd1b3b25c703f03bb72f0cdb56fa9fd8322e_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c2e022362052875f262fc082268fe1093d1a7a60aa51479b05346f5fc857864c_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-plugin-rhel8@sha256:c521866aa8677b189bfe5b07f38b640e5fe5f392bcf6af9a25cda0daab393cd9_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:27b11e8db2a414fdbc1cf7d0844db973f3f23c2d47af1c6890f42b1e7627efda_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:2ced4f24ae6649bdeda3d075841b77c2171193e882c5559ec1d6f3cad6f94a8b_amd64",
"8Base-OADP-1.1:oadp/oadp-velero-restic-restore-helper-rhel8@sha256:7466b02853935e62195da737dc4dc1e7776537a330b943feb971d9b0aab01a5b_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:12379906744bbe5df4574415a81fa2a2d79e42317cf72c168e5ee05380d2c412_ppc64le",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:19772d059d2f70b59c21f01b8cdb34736dd835a695586e74234785b577abbf74_s390x",
"8Base-OADP-1.1:oadp/oadp-velero-rhel8@sha256:f1d013a16cc4ef007406323214d6e72b2a09ce9f38326df50497a2425e3a66b2_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:0e4b9f532f0ae2242b50ce34be7b7f5df6986c19ff126198a7b6aca4f8661d4a_amd64",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:7cc9fc024056ca5e857a6135bd99607d14eef47426eea87286f4e33f0751fcbd_s390x",
"8Base-OADP-1.1:oadp/oadp-volume-snapshot-mover-rhel8@sha256:8abfd51f73690022c8e646ffe9a30f8b8e135c56eb67348a4bc0c2cfedbea29c_ppc64le"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023_6145
Vulnerability from csaf_redhat - Published: 2023-10-26 18:17 - Updated: 2024-12-18 04:50A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Multicluster Engine for Kubernetes 2.2.9 General Availability release images, \nwhich contain security updates and fix bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Multicluster Engine for Kubernetes 2.2.9 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity fix(es):\nCVE-2023-44487 HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack\nCVE-2023-39325 golang: net/http, x/net/http2: rapid stream resets can cause excessive work\nCVE-2023-39321 golang: crypto/tls: panic when processing post-handshake message on QUIC connections\nCVE-2023-39319 golang: html/template: improper handling of special tags within script contexts\nCVE-2023-39318 golang: html/template: improper handling of HTML-like comments within script contexts\nCVE-2023-39322 golang: crypto/tls: lack of a limit on buffered post-handshake",
"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:6145",
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6145.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.2.9 security updates and bug fixes",
"tracking": {
"current_release_date": "2024-12-18T04:50:52+00:00",
"generator": {
"date": "2024-12-18T04:50:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6145",
"initial_release_date": "2023-10-26T18:17:34+00:00",
"revision_history": [
{
"date": "2023-10-26T18:17:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-26T18:17:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:50:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.2 for RHEL 8",
"product": {
"name": "multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.2::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"product_id": "multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"product_id": "multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.2.9-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.2.9-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.2.9-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"product_id": "multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"product_id": "multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le",
"product_id": "multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.2.9-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"product_id": "multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.2.9-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.2.9-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"product_id": "multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"product_id": "multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"product_id": "multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.2.9-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"product_id": "multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.2.9-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.2.9-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"product": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"product_id": "multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/klusterlet-operator-bundle\u0026tag=v2.2.9-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.2.9-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"product_id": "multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"product_id": "multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"product_id": "multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.2.9-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.2.9-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"product_id": "multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"product_id": "multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.2.9-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.2.9-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.2.9-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.2.9-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"product_id": "multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"product_id": "multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.2.9-3"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"product_id": "multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.2.9-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64"
},
"product_reference": "multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64 as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le as a component of multicluster engine for Kubernetes 2.2 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"known_not_affected": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T18:17:34+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"known_not_affected": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T18:17:34+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"known_not_affected": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T18:17:34+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
}
],
"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": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"known_not_affected": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T18:17:34+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
}
],
"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": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"known_not_affected": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T18:17:34+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"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": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"known_not_affected": [
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-26T18:17:34+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#installing-while-connected-online-mce",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6145"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"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": [
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:13ceb488e9022286773218de2d35eed798ae435975faaf7b394da3f6a44a655b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:301d15258f99bfe86cc0e0a780c13399eecf5d6e6264138fe12acba35edf0a13_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:444adb203db753267008270647520b35c4b5191c626dcde98994d154fe6378b6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/agent-service-rhel8@sha256:45e1c82fa7539f32cdaa7eae2bbcbbffb1b9fa4d84c3a9a12538f5e5bb3add8e_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:14c6a7954d75e2d0696fb708500bb0f2db970bedff1843ecdb559183bf079f87_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:2a3fa66f895963d60e39d6e97c3ae63898edff5de70d80fc02e7ab40d932f25f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:d0e502cdb5f6eaed51e3d21288da0c29fda2d423774371bc2e6cbfc9d77ca902_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/apiserver-network-proxy-rhel8@sha256:dcef337b257e8748e65cf4ffb2f8181a8349dc44c4b03027f78e90cc7f822f39_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:2d3ec283ffee2f6f026698d0f1eceefd73c0b7ed6d357e178966fe77b6d1d50b_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:5adaa639698a26676126cb55d9922c2864e3176e0afefcda6f93e251bff0ee9f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:a1d7888ec907404a0cd73ad74fcbe56c0992baa63463a27d5c757b9fbf5b12f7_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-image-service-rhel8@sha256:ad9ec504ca8cf5c26a269e3248edb446f3d85fb7a5ba791539647c30895f2b85_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d4e73b96c960fe85a6333392f208ae296c709d20c1dafbd49ef590198d69026_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-agent-rhel8@sha256:7f4ad3dda21ea85e7c7fb86801ecdf0bfd2616ce600f8e210f5b80e59f6e31ba_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:4a742bcab0256c709aebdcb5b32a7213e8ff1ad1ca9cb6fd885fd99889ea7ddf_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:a4b2de8bfd2aab93784315ed9f7c416de86ccc2c996d8311130fcccc37ab9f18_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-reporter-rhel8@sha256:d09a16c1e7eb6f4a547f35a98b0f8c6aaf777c54eea688cf17c52341f7073504_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:3dc40ac18f2b151bc4a2cf8f6d71bc75a10d6e48cae31190ef1a7780e733a85e_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:7b1b5cd96995fcc52fcb90e0a8037f428360579fb9d6f3e198963fc5afe28199_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/assisted-installer-rhel8@sha256:d435b5da83e7d1655a3d45e5f0c5d0ee16b50f9bb3ce1f5767b98ad32123a528_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:5bbe762813e6d3e6ce486e4ac79152f7fa025b6ae9b50f9d04662a3e43f547d8_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:94de655701d4d5a151929e026c9a284b4964f95ec957d91d13f8f58f284f2a02_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:b0ddf532be9bce73fdecd1939d0495b160ba5e76bdc915dc84fdbfd29223e9b5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/aws-encryption-provider-rhel8@sha256:fc9799c161a7c3a0dea38e1137881c6e85695f968b3f2b69e2f2254db8a506a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:346e75af2f8fbf6b1354832d53bcf7b4dfcf5a57f0a74f74b85cc653fb1c4eab_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65c7f69f5d1dd06da4a073d2878585f36c7f392516e045d4e756321e3da9c6b2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:65fb43b770b378a069cc4a085cfa831582d01776c6100b43b0032762fc6e007f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/backplane-rhel8-operator@sha256:adaede500462cb062df408292cf33bea8f75152f3538b4c5c2e33b29ff4d2f36_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:05fade3aa91e21858e2dc611d123c3c7219cb3ee3dacc5f4c0af3077ce281553_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1322ba8da3b4c6aada47c74789e39b78eb51fb4b39b55829aa744f60733a572e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:75d9f33c8182bdc28f1422856c1f48ab648929b5366bc55671cb851e8b55088f_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:95cdfc1ff2a7424b3ed2705f680008c4aa4c0b2f77faf788357b9c7923988238_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:47a172abec88a6d80dc5f44ac27a860cfdb7cc5b0f9d814436b749c185115199_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:51543e7a7b842bd5aac4b7a18ce5493b1c1b10fd4aa2f616f39b7d3e5f216888_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:aaf876d4b2b92e454220cfb6c4a2765f65b85fa16d69fe008017b6096a925da2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:c2963d4acdcd7a7e19d231f302b9a438883b661f5299d9a58988d588ef09aff6_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:38d3d68d7ec3bcfde0c7bcc26f29bdddcca462e001afc53a7c5879594f2bdab6_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:4a5663b97f02bd1d43717f34213664b8deb96457256f4a46b4763775f3bfb2a5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:d44407afb70de690bd9a3735509dded01feca581b8c94596f9f7580eb9e7e872_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:eb3ff1229636b158692969fe66a4beb99193cc11b969c28c85e3f8d8122188c0_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:1f8c9f64cf73726f05cef541afe4f977ef68a6119d35a50e019a0565154ac30c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:54dae953271f6bcd3ea7b6452b960c1d11ee87cedfb5292b65f356929b579bad_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:8fc6cc98bf2ff322c5dab7e7242a0b56137f6ca21033f6d726b77b452cd0ccf0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-api-rhel8@sha256:a26fc52c717987705005909ab2371925a3c7f2da1cbec99555ec6b5bf97c1798_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:420aed032aa777b2f107947899f839c39dcb83001779d0a46abdaa1c694036af_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:44c6ed8b8e28eef583f4e76c4da5aac6fc2d33d0aab932907054b1b8d71d3dd1_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:95848d33a2d4b431107c5e7205e9b8a512904922a9834afdc5cbaf7fa9ee76ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-curator-controller-rhel8@sha256:cea9577d6a0feb17a0b282ecf1d0ee017a56e4f2e3fa63f8c6a0cb3a780d3100_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:0c2108e6664dece9014c7be844df5f7725926aaca33d28ed1b9c3a876c19fcfb_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:2c946689b21a8e7c3d1f3dee2fb070becb572954cb20a6e45aee9b132a6c973b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:45981544df19e1839d9a5a638c3c298dc6f3be0aae4cf534b49afee082303b9a_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-image-set-controller-rhel8@sha256:c6cf9d0e14388b748791d1610efaa488c319cdb0852544723c51eaf8261aeeb8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:649b3d0174a6cf195401d9f649b09169115228eeff6f0ebaacaa86dc746984a2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:71c0034b4a40952491ce1835000365838822ed415c1238a7c6c82dcd0a1ec566_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:d40ad5fac0126a5ca31ab3461f6e9d02214deb66baea8fb7c384c2893af8d15b_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-addon-rhel8@sha256:fa430f3bb4ca57a9292615561cfc83c87137ad966bf45e19da0d8b0d9601776e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:11984055ea5d9528d09f73f1710fac33b4f4944c1d526f6fd7917175346c26c7_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:8549714610d5acfa02e447172de901d16b9a417597ed8847a86e54c0343e66f8_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:aeab55ae47246097d9862b9a531e9992e00972c1f46a46cefdb7d94bb25baf86_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/cluster-proxy-rhel8@sha256:ba982b491c35dd40aae02d5a75dd3f898249d8dc2eeceafa445b617b7e6867ea_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:05f170a6a876b15b8ade349f1024f1ba24da091ce3a6037934cfcf3055a18586_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:ae9c8267b416de8890df4e0fc77a0791b9ac4668fa01c11864b6195108365d83_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:cc5e46b2b0dcbabca7d963e2cd79231966600e832ad042a977eb7e8e8046a42f_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterclaims-controller-rhel8@sha256:d153eba1230b53540be1d8da5c07816cfbaf43a120f6fa58ae104b633637d435_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:66179c37d6fb933e5215021278f4a65a4e4647b18697578227221ef64d08d4a2_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6bdd476aa24ccacf2f3be3c5cd37600501a2379a4668045567d51ce88a839b65_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:c85388a1b41abb429354b989ce01a2065f840da88a38df5c4a6e0c904c03a6b5_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:f3d25bf5a3fb0fb8ddfc0ccd5fcd73f9fc533ea2fd7dbeaaa1e557b351421dcf_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:564609237b874dd21e9be0424863266f54e25f0f2fb47a4db19a8499283cf25c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:bd95d4802f5f77ef3ef521a0824ae61b119bff52d413c89578cab0e53a8c7a38_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:c2e21b373c613e68070528232217914db185eff34cf84d5113d9265361b7d316_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/discovery-rhel8@sha256:f68a57bf14a6698a512b65e46c2595bc1c201a2ce7872418f1b06cbcfe55795c_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:57fb135eb11cb93894d629213cede6c4a345fa2b19349b2b6eb66323ba8064ef_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:97409c4bf39293827ce3dadf2d0dcc1747f74cd0d5091019de636d0e06957bbb_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:f00ebe414e51c2e502c8e254af3c5ae7056a591a4f4da855817dd8e8ad862d83_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hive-rhel8@sha256:fa0a2dc0421fd9825a5f64b059826091ade79b73e9523b322c35e7120188b0bb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:55f1b4be1efe373833fc57f2cd731834924647973d12cf647984a1856c84b0a8_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:5c9a19f8feccbacd1d097ac183ee3b4a06f9c277abf1421604c50a3618d00fb5_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:92df9df5643072cbe36e075ac6a8d533b7c9736d38e978ab6d8d3207de985ee0_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-cli-rhel8@sha256:dcbedf06462850300f71e119fd46b7feac182d069c58ab6594d8155c8302d566_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:33c92a8f71f2075967fe9707cafac4705acfd3c7d3dbfc03d44a300d11f8b3c9_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:9f37612352002537fa14edee1336b710e45786050edeb3c50525ed7123006a88_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:bf86b86099bcfa86ab5fe1132498f8f314441408f75217df40a3f17ea7924034_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/hypershift-rhel8-operator@sha256:d22a94adcb4df407f1e918178c3aab659a7c40be4ae4d91abb4c8bf77cd50509_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/klusterlet-operator-bundle@sha256:6090d7c88fb7dcc463f80e4a7c86102a411bf32160f6cbbfd55c7daea282bc92_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:5028187dd9145f91cbec4f3a37861abe0a493a1fb95f13506296cc9ff8faba7e_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:9961cd9e68650d1f430fbfd46db02baee530e7a4104e7b937d594929d31d9538_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bbb2386f2ae82f9282877555161ddac8683f80bb95d07ab0333f3ed51f4da0fa_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/managedcluster-import-controller-rhel8@sha256:d5915b27cd5fdb13d56d00d4b94fb58203ba75849c3317a555e222b05239d5f5_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:529ddee9eafb42815b2cec46a3c11e88be6b29ff58142288d77f71557283b304_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:b2822b32471c38c6384caeb3ea9f47e914d69a6aabd82e50739780a55b5a1110_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/mce-operator-bundle@sha256:d54375f38b7d2901ec83e500c79fcf6e21a607bfb753e2ae6107c38f73d2fe9f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:280ee6148bc42ab88ff483a56be8ac7be390ce7fc2bfb3dfe99b080e292c9dee_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:74837b37294468d77d9ae890c1cdf46f539a2a258553500a396de3b99237e253_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:c266bdcb42da7bbd4c92e68f462ae42643f8937d4f432ff917e26abb7fbe7a82_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicloud-manager-rhel8@sha256:fd788e278c3f96ca45f0b6ef178de9d94c496390e39a89834f8d4747ac992c7b_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:18c5b6c1a503a44ab3efb19e0ffcb88fd42499e056e9e94883bad512f898ba20_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:a8645dae7272a25d3f666d22b673688227a4723af7ff0d0bab1948cd927618a8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:d5cbc7dec099676a2893e4d750453d6620971f171a5b20ca3813a69a0b987dfc_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:f39c140b644ceaa84993041f052cf1e3059fd05f3f66f125ffe5b9a97cb7b622_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:3e1c00734b635f973d978d0119ccbe944d9d37e63a185765a56db571fc90c7b0_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:75ec5b31ec19c6f84ae0557eb16998e71bc85096b3b807d0329608362d8f3102_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:7d4fa723f9fe34a4520ee6afcddf7586d3066cf64c1733cef5484baa071fba40_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:8739fd1b941ccc676330dc8185382ed4bc46b20e55e09ba81b0c9ceb7676b51d_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:07ab7148d89dacea0dd1dfda3ee7fc08816d39b08eafe96580ded1c65d6607e8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:9f46121efddfb4acc798adaccfa3ac9428858b43d8adea3efdbf5d7fad73eac3_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:cda585eca14419f3e8ad482e1a6eb021c0ae83c1fec284a7c10787ab13f2de08_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:d7aa0c96bb5d944cf925f4db924c8c10adee84519c45dffefc7898873743821f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:06291b0360950d5d9552246b4bd8e9c76e6d6701bafbdabeac40c97cd3691fc2_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:1be91e48d39a89db42a7bcde18e1247e4143d242897b3ac8b0a4bf2980265179_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2105ee5d8e82a1a889551075886ba946f0a5e8186ceb356f5be53ca6cc9caa35_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:6ab84dc7bcaf2a1b8c58f371547d47292895a5a192d83d52740201341791f2db_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:7af7515cbcb9d0a9d0642ee0a4073a6fcc3ea4ed30b074cbf275498c2d38d030_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:837a264de600671af8e6b329a0d1aedf76865d125678d1e1b9fe7f6212a8d2e9_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:a4a9ccf8f597f6b1dcdbf29247b9440f3623e23cfe49411999ea684d11ca11aa_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/must-gather-rhel8@sha256:c91154ced307f3421a95d55929a0b3f09b7ba6acb1a503d3b0931e5d57f5479e_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:1d2e06b13bd0cdbd7b4f11e6a48276a466e90023372253639ad1859c58c9d18c_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:6804525adea26731c11273197582172c30e51e54bca0be3791444b518014557f_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:a5d1f477b81c23606e8f64abaa3c1fc2b433f68bdeb869850d015f2d63fc7c13_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/placement-rhel8@sha256:fd382d8b4bdd3bde7935e5ad02b6cc36055891b01bb284a30dfe3de155b5a603_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:20151e8fecc49374a948366083ec02e2efaba84a84a7d3af7757e7e8709ffbcd_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:52b07f6cc6418fe26c63f8878fa842270a33f6dbc95385b3e6163786a1b67a16_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:8536216f0f019a29af598f5788c193986c5cde4d3f55fcc9f59646a38be430c8_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/provider-credential-controller-rhel8@sha256:e7dc21f124fba54882801cfbebc09fdc945d821e99aaed443aa179d6f6f1c9ab_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:4387e1f13d5ac8139fc6ec926b872b36335b5d422a886d9f129d9493292c560c_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:8d91147a2b462965ebaa22a219450ba4e88cfb8f1c9d5b7bf35c45c98aceafcb_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:c4adb05602711d00caa49eff2063843ebb1ead9de59bb0f8713d8505002b21e2_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-operator-rhel8@sha256:ef58d8acde73b203f92a8d09db4909ae0d29f4968911fad8bf2855ba6d24734a_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:4d3be051fb0829f0a36616c70041ec8eab701ae327b2298244a3cccd729a7040_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:53dd2682b25c39c5409c610d540bd4b6262aec171d27147703bd1b7f95e04915_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:d8f7c496c4eb82a5cc011d96ee634d4d59ab722fe9e757dfad14e4028207e9dc_ppc64le",
"8Base-multicluster-engine-2.2:multicluster-engine/registration-rhel8@sha256:f6e7d1c75af32e5f17ed381a72ca2175e592a0335cc0fdb5f93e88ec4131b3ef_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:599e0cd4f185adcd520da278bb548b7380020f92d9fbc7149a342fb34ef88f81_arm64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:63ce281389b1d6398188bb0baf2d64c02dd9472091a3d9767c3261289704e54d_amd64",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:70d849a1d75a9fe97db7cdbd3281546f22aa3801cbc4fc96117a4a4ba441ac41_s390x",
"8Base-multicluster-engine-2.2:multicluster-engine/work-rhel8@sha256:d051b848bdd49f506ad5f96c9dd21d1ef314c598cb35f113dc2ad23dc9c2ff52_ppc64le"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023_5974
Vulnerability from csaf_redhat - Published: 2023-10-20 16:49 - Updated: 2024-12-18 04:48A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 network-observability-console-plugin-container, network-observability-ebpf-agent-container, network-observability-flowlogs-pipeline-container, network-observability-operator-bundle-container, and network-observability-operator-container is now available for NETWORK-OBSERVABILITY-1.4.0-RHEL-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": "Security Fix(es):\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\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:5974",
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "NETOBSERV-1344",
"url": "https://issues.redhat.com/browse/NETOBSERV-1344"
},
{
"category": "external",
"summary": "NETOBSERV-926",
"url": "https://issues.redhat.com/browse/NETOBSERV-926"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5974.json"
}
],
"title": "Red Hat Security Advisory: Network Observability security update",
"tracking": {
"current_release_date": "2024-12-18T04:48:20+00:00",
"generator": {
"date": "2024-12-18T04:48:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:5974",
"initial_release_date": "2023-10-20T16:49:58+00:00",
"revision_history": [
{
"date": "2023-10-20T16:49:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-20T16:49:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:48:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "NETOBSERV 1.4 for RHEL 9",
"product": {
"name": "NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.4.0::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.4.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.4.0-51"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"product_id": "network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.4.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.4.0-51"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"product_id": "network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.4.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.4.0-51"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.4.0-51"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.4.0-70"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.4.0-51"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64 as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le as a component of NETOBSERV 1.4 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.4.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"known_not_affected": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-20T16:49:58+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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:5da2ecf1149394e0c64af7c8e8a2684012590838031e4c733d6eff7f30cd6265_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ae91d40862457c43c130aa081a66bcedca17dce7dce0f381143b244dd126bc12_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:ce5c9ef5800ed30888dcb23aa2ed9cf56bd83767d572a51e3e3e1509a2539063_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-console-plugin-rhel9@sha256:e0239a8ff86253729b9af04e6407283c51744497fea90d099afaceaa4fc823ec_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:27ecc916ce170d505d828742fa29d20143c4443343b101a2a9d75fe086b515f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:350a8565fb297353c81571bad33f0fca5ab129560ad7f15de242db98c4709b3c_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:488df8c38e377719771c758b71f1e966d76bb03da6217e09c29c21fec12c437d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:84ffa04b7ae504efc0037c3ae14c0e4d4f99057593a2db2bbbfcf92e526d2c7c_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:03484bd14253a7340f754a6f1aef5659cfd5a6844ffbdfb2f215321b6fc63644_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2dc033562cb43480543ff398284933993006741e83f453228a9902a2c9b3ff1d_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:61c172961af1a895e9cb355573f1f8a780e7acecc505c58c18faeb9fc49efa66_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a297d29025aa9d1e963daf0c4b076533da59ddd84825e79d6e6b0e921e8c2588_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:1607eb2595aa0679f571d81c19840cfaf923908553b05d479bd35b2290b1d7e6_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:6f998bb3b7d5311d8e74b25f8fcfe4ae65897270da3c0763ca2cb1d763135bc4_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:8214855b40028fdd2def40116f4585bd50f42ef0948713d63e163840079e8be7_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-operator-bundle@sha256:e6e8f0a739c61bbd94a61bb75d81ef1af551a4e57ed4a64e583adce62c82af9c_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:66d6fed71915dce2d8b8386cf661590bd374e27baa26a7c2cddd1916386922ce_amd64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:67167e08f0883c273e98810ad44288c4355ce2af13859021e2973c075c56cf9f_s390x",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:8596630dd1c175bf6dd29470c009e850d8b8fd465f3d9dcee8338a4aeca8dc64_arm64",
"9Base-NETWORK-OBSERVABILITY-1.4.0:network-observability/network-observability-rhel9-operator@sha256:be6bfe44af552d934c881db0177bee7e345d76442523b0ea0144610d5470ea45_ppc64le"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023_6161
Vulnerability from csaf_redhat - Published: 2023-10-30 02:16 - Updated: 2024-12-18 04:50A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The Migration Toolkit for Containers (MTC) 1.7.14 is now available.\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 Migration Toolkit for Containers (MTC) enables you to migrate Kubernetes resources, persistent volume data, and internal container images between OpenShift Container Platform clusters, using the MTC web console or the Kubernetes API.\n\nSecurity Fix(es) from Bugzilla:\n\n* HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\n\n* golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) (CVE-2023-39325)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* golang: html/template: improper handling of special tags within script contexts (CVE-2023-39319)\n\n* golang: html/template: improper handling of HTML-like comments within script contexts (CVE-2023-39318)\n\n* golang: crypto/tls: panic when processing post-handshake message on QUIC connections (CVE-2023-39321)\n\n* golang: crypto/tls: lack of a limit on buffered post-handshake (CVE-2023-39322)\n\nFor more details about the security issue(s), including the impact, a CVSS score, 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:6161",
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6161.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.14 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-18T04:50:42+00:00",
"generator": {
"date": "2024-12-18T04:50:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:6161",
"initial_release_date": "2023-10-30T02:16:18+00:00",
"revision_history": [
{
"date": "2023-10-30T02:16:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-30T02:16:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:50:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-RHMTC-1.7",
"product": {
"name": "8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhmt:1.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Migration Toolkit"
},
{
"branches": [
{
"category": "product_version",
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.14-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.14-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.14-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.14-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.14-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.14-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of special tags within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Martin Seemann"
]
}
],
"cve": "CVE-2023-39321",
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39321"
},
{
"category": "external",
"summary": "RHBZ#2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39321"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2044.json",
"url": "https://vuln.go.dev/ID/GO-2023-2044.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
}
],
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: panic when processing post-handshake message on QUIC connections"
},
{
"acknowledgments": [
{
"names": [
"Marten Seemann"
]
}
],
"cve": "CVE-2023-39322",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: lack of a limit on buffered post-handshake",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39322"
},
{
"category": "external",
"summary": "RHBZ#2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39322"
},
{
"category": "external",
"summary": "https://go.dev/cl/523039",
"url": "https://go.dev/cl/523039"
},
{
"category": "external",
"summary": "https://go.dev/issue/62266",
"url": "https://go.dev/issue/62266"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2045.json",
"url": "https://vuln.go.dev/ID/GO-2023-2045.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
}
],
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: lack of a limit on buffered post-handshake"
},
{
"cve": "CVE-2023-39325",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2243296"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is related to CVE-2023-44487.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39325"
},
{
"category": "external",
"summary": "RHBZ#2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-44487",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://go.dev/issue/63417",
"url": "https://go.dev/issue/63417"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
},
{
"category": "workaround",
"details": "The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-10-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2242803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.",
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-44487"
},
{
"category": "external",
"summary": "RHBZ#2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487"
},
{
"category": "external",
"summary": "https://github.com/dotnet/announcements/issues/277",
"url": "https://github.com/dotnet/announcements/issues/277"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2102",
"url": "https://pkg.go.dev/vuln/GO-2023-2102"
},
{
"category": "external",
"summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487",
"url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487"
},
{
"category": "external",
"summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/",
"url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T02:16:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
},
{
"category": "workaround",
"details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"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": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:db6e79aff9c592fe7f27145d01d7444f4dc4e0144cc036ae916d9cf0c95a9cfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:c12186c030ce5192c823351ac212c1acf1c85fa574267bc64d2cdf90c5dae87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:ce90e9b7af04340afc72f38cfdf5b64d2a6fcae23f59223e2d510c028823d87f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:58f92f50972a948c40319a5c2c9abfe3d44034ba1538f018b51f9998ee875e90_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:cc19dae1824b42b15a8015f6a88f1bc0f85e75a9e7d14f38313a27d93c88f22f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:79006886844f82db986d9778994727cd40943faa77b2740b54f312fca6602950_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:34e80eefb9b91a41bc4648e02de37d262347085c4da9bd032f43c8bb59e4459a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:4dfa0ace1d92a6ae70d08dc3aff621e5f332956f213db987d9862ed2685e6733_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:0dc885972e7035f2c4b31016f4053e2bd73e328ace6aeee07380db5e0b055b02_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:cc4a32d349982a82cee52247627f1fd76b6630a6ddb4523a326e83f99d65826d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:b3fd7bf0c25ecd110635de6e7d071cfe314cbe50ee0f924f3dfa985fd24ae59e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:c65d0ecc82eb9ebf2256c599b116e5878e57192caca90a83c1035421be914657_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:7ab0d93fe306b1baa0ae64a9c859776109f2cb27a0e468dc1d361e72a99d21b9_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:c89b222e9e9ae02a505fb6986ef1b6ca4b0e15706e3d44d2f03176af7f0d9b6a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:06010b3b3c7ad25cf0c122cf49bb7795712eebc47936e3c88db46256e93f0843_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:39ac9f6895b2f71cc699c806df204b10af71f18a28de3d3839b7cde6cde13f64_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:4aefc874e9869305ec80f46548c5499b4887e29135efb9ecad01dfd5a54b31fa_amd64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-10-10T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)"
}
]
}
RHSA-2023:6202
Vulnerability from csaf_redhat - Published: 2023-10-30 20:13 - Updated: 2026-04-11 19:42A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
A flaw was found in Golang. QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With the fix, connections now consistently reject messages larger than 65KiB in size.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Red Hat Advanced Cluster Management for Kubernetes 2.6.8 General\nAvailability release images, which provide security updates and fix bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.6.8 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/release_notes/\n\nSecurity fix(es):\nCVE-2023-44487 HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack\nCVE-2023-39325 golang: net/http, x/net/http2: rapid stream resets can cause excessive work\nCVE-2023-39321 golang: crypto/tls: panic when processing post-handshake message on QUIC connections\nCVE-2023-39319 golang: html/template: improper handling of special tags within script contexts\nCVE-2023-39318 golang: html/template: improper handling of HTML-like comments within script contexts\nCVE-2023-39322 golang: crypto/tls: lack of a limit on buffered post-handshake",
"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:6202",
"url": "https://access.redhat.com/errata/RHSA-2023:6202"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003"
},
{
"category": "external",
"summary": "2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "2237777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237777"
},
{
"category": "external",
"summary": "2237778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237778"
},
{
"category": "external",
"summary": "2242803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803"
},
{
"category": "external",
"summary": "2243296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2243296"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_6202.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.6.8 security and bug fix updates",
"tracking": {
"current_release_date": "2026-04-11T19:42:01+00:00",
"generator": {
"date": "2026-04-11T19:42:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2023:6202",
"initial_release_date": "2023-10-30T20:13:48+00:00",
"revision_history": [
{
"date": "2023-10-30T20:13:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-10-30T20:13:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T19:42:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"product_id": "rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"product_id": "rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.8-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.8-5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"product_id": "rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"product_id": "rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.8-5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"product": {
"name": "rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"product_id": "rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"product_id": "rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"product_id": "rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"product_id": "rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"product_id": "rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"product_id": "rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"product_id": "rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"product": {
"name": "rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"product_id": "rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"product_id": "rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.8-5"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64"
},
"product_reference": "rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64"
},
"product_reference": "rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39318",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not properly handle HMTL-like \"\u003c!--\" and \"--\u003e\" comment tokens, nor hashbang \"#!\" comment tokens, in \u003cscript\u003e contexts. This issue may cause the template parser to improperly interpret the contents of \u003cscript\u003e contexts, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of HTML-like comments within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39318"
},
{
"category": "external",
"summary": "RHBZ#2237776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39318"
},
{
"category": "external",
"summary": "https://go.dev/cl/526156",
"url": "https://go.dev/cl/526156"
},
{
"category": "external",
"summary": "https://go.dev/issue/62196",
"url": "https://go.dev/issue/62196"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2041.json",
"url": "https://vuln.go.dev/ID/GO-2023-2041.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T20:13:48+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/install/installing#installing-while-connected-online",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6202"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: improper handling of HTML-like comments within script contexts"
},
{
"acknowledgments": [
{
"names": [
"Takeshi Kaneko"
],
"organization": "GMO Cybersecurity by Ierae, Inc."
}
],
"cve": "CVE-2023-39319",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2237773"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of \"\u003cscript\", \"\u003c!--\", and \"\u003c/script\" within JS literals in \u003cscript\u003e contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: improper handling of special tags within script contexts",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39319"
},
{
"category": "external",
"summary": "RHBZ#2237773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237773"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39319"
},
{
"category": "external",
"summary": "https://go.dev/cl/526157",
"url": "https://go.dev/cl/526157"
},
{
"category": "external",
"summary": "https://go.dev/issue/62197",
"url": "https://go.dev/issue/62197"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ",
"url": "https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2023-2043.json",
"url": "https://vuln.go.dev/ID/GO-2023-2043.json"
}
],
"release_date": "2023-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-10-30T20:13:48+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following documentation for details on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/install/installing#installing-while-connected-online",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:3f9d127573599a4d5e533d3c9e8a23f1fc8eb24ba81eb86e50a8fe4d0867f979_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:48cdbe1f1bed152b1cd96efb765ddcabd5d8553a3e08b8e84709f41c07b53403_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:f48fffa8ede6ed6341b48680624c19c20ebcdd51f1c282d811cdfc1d79af3ee0_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:10e5b76b088f315f84328d78305a4304c8c0de4802b36558a758e73dde9eac3a_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1390dd39465ed346b96d1fd479208183b9731f5801c86306628c298f8da99ff1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:6a97a846f10bbd5b584d7ee4e2ab4c24dfdf909223367a219e537ce2c01aa22f_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c0b4bdb87d21f7ae4c4a8588e0fd6c0feabe0837196d971bb19ead480fc67baf_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:16e1537ee0a915c05da1806adbace166f213e963b2257b1c4f1c2b4a4382f278_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:adfd089cea6679f71e53283efb032e887238b4416d681fee182292e5d07a0396_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b0a83c30c4355830cdf29193c8590842c0b4f80a6376b66a5e975a09948b89fe_arm64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:dc52bb88ebbfa0dbb17fd9d9a6d6ef4dc9c67d99382dd64ec366cd77298b3a5d_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:1d81133a8a2daae2be9ae84035446be5d8f32ca738f1197e0dea7e9e6df5bc87_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:3ccbfbfff8ef7f38a3fd887d279677033ea1ab670f35d8521c2a8ecf66996070_ppc64le",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:c2372b0d060c901e4492d8240e4ec817c46a2de5a688b5ba3f24d1c21b1a1064_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:f8d8a8b8cf13be2b54f69b5689ee8a455986990dd86da7b9c7ee292d437872b8_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:3e53f7641466cfb57575d655eea045b72ad0a9b727cfe8fd9fcebfead04538c9_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:98ba161e0f36fd798e59b362259c2a7f55d0b7dc016e4231dc74f87c041923b0_amd64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:a26bb7fc304dd11b41e0fdca7dfab7856c545067d2df9376411a18c65c5db8e5_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:e3827be6e63996d33dc5c2c680cf0e4eb9524ad35083c40c5fdd2222d18ecbad_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:313fc92205aef10fe75746fe19c88b10310a4da74f2853024a6cea372b63f1cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:326b842bb99ba476916e6cef4fd7a0db66ea49923f8c9943ba43c50d71e9595c_s390x",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:907ad3c695448422c7cdc94e26d249cb792bf48bca63ebf158148e75b898beaf_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:d5bf8f26c314ba86b92c5d2272bd582b9f31e0177727b8c1f5840f38657f88b4_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:15afd2ae756ad04616dc7678dc7e6c00eaf8bd25fec1cd32552b834f7d1afbfc_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:20f8ea5fbedad03c447c1cc92e90b89119dd3a2d84e84ea996aa8942a6a09280_arm64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3be3b5d511c7e7ad9bbfcb53a6ee92f96ee2d390ef3160a3c5bc8488e21ee747_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:7f4cec5b224f6dbf066f896f4afb3462dfc8411080575c6e59f3d924eda06e31_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5f4cc7420bea1fdc223f68d62e1960344481d99ad4db4f0dd0b64ff7dd0fc356_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:76a958137210ca481befc1050595be4b915fb7440a0d79e090766b57f12723f8_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:b5dce8fe7cf6ff8ce61ab9262848e82ee41c5f5ca19ef92b5cb3a3a836b6f3de_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:c6a92af3a86073372cbb8cd1f6b58dc9c99076a422af6d9e627d458edc14d593_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:881d6ffe1241d6d45c8cd5d0e85e839a0d1360bc2f38becf21395041835af0cb_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:ab4987fd9c1aaa1a65f3af354b015515221e73219238a3f8862de9daae82635e_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e9dc8d532caa5ff5aaa8f95835854228aaaa35a406316f943da8af19a44331cb_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:edc25c1e118892294b29e528ab07fa3e4395e88c7e8549ecdd425e15962d40e1_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:7fbf4b921d203912b8746b46cefe6d72783f8a71e58199df7d415693b0eb3f00_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:a64297c63c5bb0a5691874b1c2908b2233c671250a3418d72c153382594b1df0_amd64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:b45633332fd01ea542df64dc46972f1f0c9ec5eb04be13bea1de7ca2ff0e1c8b_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:cfac691f36d544461f0b9f11df9ad4dcfd680030068bd5fcaa3de00001955e03_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:44a5e58ee9ed3e1596b8c5f3f7966afea590cd40889685465b422d01770824b0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b56998d0f6c2c7de6ac612c32e162cf8d2c120f13a622e1d96d92fd15e11f81f_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:b6afdf659710f3b91bb0b5da1281b5306cf6dfe7e307418dfe4b029353731630_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:e0525e0b945fdc89c18b9bb9fc0ef728f38bc288cd81fae5b3ddcd5f008c39df_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:07bf623b7da6a21239ae701a149dc4818d6442cfc25dcca8c1190aed63582645_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:2e1b3d0c028ea243f3de0e603b5762fef8dc424b0c4851450484c47cd5e428c5_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:452334dd5f45c01e0843576e6e559e24eb256cfc2444aad1db3f871c14abaae0_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:5132d8d65b3e7a17ca7995b0540cd2e260194495950807f16e2aa15a46bd077d_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:49d5b3a14be0389434a18037011d9e865e3e70bda941904e67421ca43754b291_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:6b70cbea821515eed80840d6682f9edaccb96dff35b16f1687981a3deefb0d8a_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:b23fd7ae112056410ddd6f83a1a8af8cb609fcce37c10b4438e5d54f7b67ef64_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d2e9c3b52c106237662873984fc0c0205afaab7427a61726c658f331caa77507_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:4424829a1a91ff7540f1ac01f4b6f2090d65810303169753ef197e95dc9315cc_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:80f5a3dadcc737d900b9e4cc54ed67ee8c18da8e6dd05c217cf4fbcaa0f7dada_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:c59137b491324a1557768b4adb4433cd4513ca70b9cf7a230987291e781f42a6_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:cef347bab739ad4581ee1b6856c7a115bf3b4283821f8a87473e123eac3e843c_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9d6dc96bb71f4a98bb2a22f27554996da153c111bd471c959f202bfaa20a09e2_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:bfb0eeba13fee57aab468e56123532bb2e27cf5a2e7670bdd5eb2bff77d35247_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:c0ab119c13aec1763d479ab66f4767d9fdd7a0e042794c78f936d9800db38c34_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:fb2a632fbb1d442bc5f9f6c8e74494755a0f5ba9e186b93c5fcbdfb51979e780_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1048748add6fe918de9ec3b5784ce7f364544fc6f1f98932494fe548a88112e9_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:8506141e005b636aa67e3ef761ae403580223b9266c3e9f3e33a19b2aebf4f73_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:bd7dfc526cc667b13d33e0e1dbcc5179a8ac9590a12adbc424ae4f10495b2196_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:d1423824ee2c1288e8c56d470ca8ac1fb82f5374acb7111a9b736598f2043d1d_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:2b3f402dccbde738a7b212d0d92e79511974af296229f0179df98ad18d574298_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9903154a3b36a4255951e5b2f1c369987c0af796d890e2400304a9f64cd7d8a2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:a3311e48fbf48dbb7165f44810e526031c24b4b756a6972fc2bbf8d6a8583c44_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:bb05deb3986ea92b9e59499085f94d122b36b329819e4411adad5ce7dc37e067_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:2b2a1911b9d808f95f1e2190557a767e66d60059d06097243bc293f534770897_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:4887507bf49f93f91e438f54396d1ae5f25d3919e204b62a6946eff22ca55c3c_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:604a4b2552947d0dd3f6335416b0eacf4e51869cda8976e723e273c66ceadd21_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:9c3756745f03a35de4527eb10e763cb183ccd0f44ddb843d25c97b5b470f0725_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1024ad0e67b17f01a7e150a4ea0d36cb00a76526a1dbef8dce7f0fc83b845028_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:1c72d9cdc384f7c5a8f170fcda69eb3e6bc452d4195fb16d2a2a13721d2f9837_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:5e630cc810dfe88aad2c3df4a73bd7422ecb7ed41b953b25bea521810bc269ce_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:be0b623dd01d0f2d77203c48b91d84c47da6500e8643dab6206cdaae2c677095_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:00fe1e7400d7665bff0b6d778c4801243cf2450cf94ba8dca726aa96dc65294b_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:2973c12aead110b123433b0c7dd3f562fc8c9f6d6133d7b23e0bdf980d079041_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:3f38723b51b364474f22839e68ead658a24abe195570a292f52b36476c7fb3d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4d86b921b410a9ae1b17ca5e96dc42b6eb064e1832e07df58e08cba54d4fbf16_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:1a14df039768c8a2fd5f54a8336ed9ca83385811e46336a5f592b8a3914c8f7f_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:5803b3954a9b51c105ccb5f62fcf8221a7b95492deed5372ca099e2915bbc14f_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:99f5bbd89e595a682c21d1d43ec05547103efe8444583da114d62ec89ca3c162_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:a39f4c45679ce904890315d93aaff2bb54d9001dec00345a9b5a4d88f818b860_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:0fafb9f039a1eae3f491ee18fe736e2c233dcbb84089edf8dfc61fd31a934062_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:2fa9582d314b606dfcc18b531872ce2fc3ac088e2f30306358b2d6153c1b2607_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:416c680229ac711c283748dc78badb8460bf3f304c9ff9d90b4cef05edd9c845_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:dd9b4a171a2acd42094d7fa6fd3a20b89fa30794ea322ad5a02767cd0d5b13c5_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:0b01f8782453167af4d2bb3549d2215eeaf75813d6f39a5cfbd06d9cb063d59f_ppc64le",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:285bf0611954d06a9dd3cb4c9962fa5c187e25bf4deebc1abcff6c9337fb1291_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:6e31334cbec6e7976d6feb3ace7eab198dd902b6665de583fb8eb0a212230135_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:de3202b433bde6aed32c597d1db9acb85c9e9de622189cdcfe8713a5782cfb08_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:98027a18467dc3c44ff2529ee1fa3986d3f7b43f163bd89732b87f1f99512646_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:998ce9ac5a57b01d0713d94f95f8ddd8be327d72a7a2d18217251733d78c853d_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:a47f1e7553291c0a43f94e067a98ea24efc47e5b8a84dcc24985f00aba0d2726_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:dce2ffb6a274301a5a5ecf742cce17698e2bfd68d7a15ab492cec96c1374f495_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:465f1351d66f28d46663fb4af4e7725e8d799a267bc816838eb83172fb82e509_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51888c504d51b1a3abd343f407774925bed5f0ec01087c6b0ded34a8b547916c_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:a94e20af3a36c0cd45f3440a0c9673818dd1e05a27f29568722937b46c0fb079_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:afaf5779cf928369aec98aeb1dbaffb4cb3194659201c4e7eda232034b8addc2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:6388fc4edbceee488ccccb50db788df7fd46f643402e7fabf3f11091eb645cd3_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d319423c8ae05292ff341bda4ba59e31b48aea560bd8749d5932bfb930fd564b_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f42a0c860fb6f84a6d1f49eebc408cdb0ae545259c9cb0f669af193216153f6f_amd64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:f877b687db8c83e2077f70e9c0d92dc84ef330d47dd3a2a548156c3c479d151f_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:05559e55506c1d29fb4aef499e9e1f42f8b4e32e2b14dc2d665a751e0c5fc9c8_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:a6cd92b570fa2d6aafcde2ff672909fab1c2ec461a725898e646266454967baf_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:c6cc24ea2661fb8b46b9475f17339e7e449270bfb18a33e0f48cabefd59535b2_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:dd5c05f9efe67fac19225b8c1217f6a6f2b0231fa7df472ec8611f84eb7b23dd_s390x",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:49143b01565d10a5cad92339ea0610cc3f41f1369496acc44552aaf3b633f915_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:592edd12c4a506c3150738df2df16bdefe96d0b0c5a6cefd912ed2a941af8f1e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6491797522cd2169accd2398d7e10601e4e2f487d3ef50cd59656724f5162533_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:acbc3116ddd9a68dd1a4448b130744f0d083b1818ee6978e79f18250c558e936_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:024ad93e72022e0f203383ec4645b1eb13f07fe848fc77a1a73b3cb9b1ae497b_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:1a4375944fa8d3a7a2d8e76b8354ccd1c1c9ed24577e3d55f9cf2ec3205cbac0_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:5eccd72234d1e14ab909bb5b6940e2669ae7b0e7773e1d6603f65be1fdd216bd_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:ca52c6c893205219efe5cf26c3a90aa8f74e4519eb2440415254f6a16cd65c1f_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5d52980539e3fe292d178b066ebdf214b81120e18cd6e86a4133be201388266a_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:8840719e7e4a4eff44473b9b8870c326abaa01993f4148fa25066525ba3991fb_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:b4c607562916c00520c19bfc616eaff2552a4f91279baee06d7d2905ee57bf17_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f922a4bc39253f0f4a2d52c6d7d8628644dc449a01ad0580b2dcdc0e91eb9044_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:3c3db5aaa9d465e66baab189ced74f8e6485115930fd148117f7ea4048c84274_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40898f7daa28976e247b0ffb66d4993ca0fc9f8e6cf9b657630616d29cffea04_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:6a4f4abb065cbed85e9b2ac43234939947c101059af2bc29e561f4c842c42ddb_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:bbe9a0bd6776a2dbab5a634804a4a8fa3b4d9e85786977488005c4d8698f161b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:6202"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:22041df5bf50628fd8fb62127f84c6ce8d77cb2821b0f41e1e809cf3bc2ab434_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:25c5c77fe79b72f805eba0e183bbca799f6f11266585fd9a24acb0aee4a4ee44_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:39a3531a490d9d7a2528dca7efbbfe3742e7b02d3d7b139c47eacd0fb3398478_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:41f8bcf3a01621f4df736db053571c6fdbe3bdc5be731b3f196d0b999b578bd8_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:4b9c090d9361d711f400ecae06bfb685d4b14ecdd2c04d1dad1c21aeffe1a7c7_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:593eeebb93cf18d65214d810f0803e1d03689a4b662c375e00056786e25bb2b5_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:a3af2c5b71c4b4eeed51fc1e7da1ba150ffcea62b633bc3dcbb8bb2c5b91fa76_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:f867f63c7dd11ecf5ccf7af55de55bbedd46349aee79170b3dbacac47fcbd596_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:73707cce9f52bca40994ae5dc64d39512f86c2fad089cc6a98fad35600714884_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:a5ce4bb1fbfa9e0ac1e0011d5d6e1fcbdcc716784384d9cb415f91b75c68adfd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f0a55d80c693cf5a618d809a27e906e258f66bcb7e3d93fe78b542c084bf7624_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:f251e9013b44c544d23a2572fcecf9b6494043ddd668c873552b7da7bc2fc922_arm64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:099e7ab081724937eabcda3fa30f892d3375f2188e95930ee8960933b09c92ae_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1b1117268e33a09d03a7f0d7a3a586b5bd0c3e2fccd4974c3ab6c697ad21ab13_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:a61b13ac0e071e213ada0a2288b81a4317e28cd5eeec7b6e78d952d06cd59c7c_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:3016d37cf969a94314aaaa295c0b1309f4bbfbc50d7d0789e1b875783e2904e4_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:45efadc157d6d364d84ab040cfb327b9ff27aa3f5e3848a3fe19d75aec0b5e45_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:56c3a6164c4da09aca7b487f282b3dc1ac6aeb236970afa5b2aadcb8b3d2d5c6_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dde63fb84d127d01ad6e3a76646e9d9b385b0a4695e7b056f55418323f70b5c0_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:17bc1745c0f54763585ad6da8d4117b471be9aeaf545c3c748d8aa963fbd46cd_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:71c105c0d3b7507efed5a5b792611cc5022dd97293da4ecfa16a593524f51f22_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:b3d2553e8f5a36382229ace49e395e7471b644663e629e87bfa007efa698e559_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:ea2ee7c76c6bce72ee098fae5a86ce6f8b68baa04cc0072f9833718ad8f84456_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:6a09d93786436b8e8fadb9cacb23488caf1a131ba587da51a574dea176289ee2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ad7289555a0aa835de14f9158a166ce503f6cf13b1a5bea2c8098fb156e03e9d_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e797cb581b5d0508da0c8e14bd7aa3a49376d3c2ccaa643fd9f3b2ba858236a6_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:f8f219b28fc4eb3ba76064c94b8618a185e51f701e870d773de0022e53fdec67_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:51e31d2ddfa55f1f1113f3a3df84326ec5bcf8fff1cf542747b6b2ad920c227d_ppc64le",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:9512de5254c8a20e465dcad117ec2f195f38eaf1b1369b42188d9bface8134a4_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:b5853015a62cffc07a9bf58ed1bc5622a1d374ae6eb7d2b0c16cfb8339b03f71_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:f1f513263c99d949da200459c852e77b2efb0171530e6b108a5b26e11563daf9_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:033221c202572fd2983a1fafd7028f3d40df8232a1660aa04b404a275ccc1b89_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:3e10c0acd8ea2090e75c6bf2220a0be08a932fd7c109a7449c2a331480dd64ab_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:6c08a5716545d4ab34a4c4e0cca896a9d9548d6c6fb8d61fd7a527c68f6428d7_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:8a7bfb5e2d3a815425c4eaa48843ec77d84641267f7439b47d36758d2cdc4c85_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:43fb8527c7014db555972fae47184c3d50c1ec43ec87e8ba113541a3dddd4c85_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:4f12590017909852fa52fca688ad625ecf65b63569b4cfabcd4215beb5bf69e9_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:71390be7a708c4997ca74895f07085fee710d3aa51d578ae6083cc71c3d5149e_amd64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:bd2496dca1e8ed428d6ef911a9aaa2eb17655b9ebc110d8a6da0b837fbceec3d_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d311acea5ebf4d9098ffa1cb2943774060352e42d1876b1e0f6dfdd4ab4463a_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:3d6c5e521eaf99af4354656e9e99a20702232981a34ea285cd9d78a394a76172_ppc64le",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:895049fa6d8f3ff0c8949e191570d1b3565953a22a818ece69839f912dea719e_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:af47eee56b5df1ff8c4966af401f7d1855e5dc957b856d9f931498ac17c101f5_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0ccd5b2bc6ad1f2a65034ab24564edfd53550fed412660ca05deca650a4d2c56_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3f049362fa4c058d0f2d55f746a6c354e6391e50c29fd56f4c92243df4b1c1c5_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:5bd37a3a9d990fc9e1bbf2f7d6de1b677818268200d3ba90a5b58685971f67cb_arm64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:d50557876a2a70edd18d2d1396470f92bffdf8c063d2604ed8816884bc9c629a_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:46f750706e47ab16b8f5dee46d4eb40c5ce377b874db03b5b403945d369060d1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:57a227764d3935ca20736d5d2f59d8605e5a799a1e397b5cd56249edee6fec3d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:6419ab49e17dbe2c04e08010e2795f2642178d52d2b6c5100ed44c4b71dbbf1d_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:ad1a397be2c0c0ace78bc977bd5d7963a31a78c0a284a8aa77a377e7429c982b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:1ff7592a5c8dd1942b904a445f00a707bb233db2c6d92d83a818a7ad357d7a27_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2aa813b972d7598880e3bd41affa80323fe60949be6cb20217f6538ce2e8bac1_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:719ac6bf7f07fcb78f8ae5b599260eab62379feb427d23fe29d1b3df7e9db821_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:71eeb8d5d8de78dd1204b8b152af7d8b4b2bb09293fb9a9ddc20014bdf5e18c7_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:88544253e9fdb1b31271900095e9f58ef2f946ab32bc5630a1d5515a185ae4cd_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:ad2468a852d30eaba67cd6a685c894280e938a7471c98f73144ead47bf1a9507_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:bdd930e70499b9c894cf3998d7444b9e0ceb2caa0545e1458331fbd47fd95c2b_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:f651b33aad48acdc23690c1734748fc2708deed4eb343bc9495462096dafe5b1_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:19171cb758d807feb17186bbe0a4f982689d98215416a2ecc679be76b74d028a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1cf75fedfade2b8309551ec602ef87d423b7c7001e9bca330beb6c3e090d88e1_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:ab7e208fb7d48575fa60933e039487cb3180e0bc9b359cb566c01cb3b4747461_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:cfa6b74968f6ff7d8ee0bd2d8fbbb40c55f224221ea6f0d964095f8943c9096f_ppc64le",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b51eee27cb08086a8d50e580cb52b5c0e7fb89898da8ce98c91a0edcbe6577d8_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ec27ea669750a2540e566d3eee4c9af8d6d062706a1760c28beb0cc674656108_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:f899586a67adebe6e8e7c2e5ebf027eadfbd9f944a1ab996af5f6ab90f873f76_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:fc87784eff08eb0419c72f0b1d3c3291b79d02f08f212ce711dec0c4f2ca65a0_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:0ee26c04547c94f50dd5d280fc6ff73a67a71937c00d9a0c8f972e4198f5d309_s390x",